In Form1 I have a Textbox1, in this textbox I have the location of a file C:-folder-file.iso In the Form2 I want to get the file size of the file in Textbox1.
I need to check the size of a file in VB6. I know that FileLen(file path) is used as a command, however, I dont know the exact syntax and method of using it.